home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Virtual Portfolio - N…a Showcase - Book 5 1995
/
VIRTUAL [md5 EC7DB5CC033E38E511F666CE80BCE509].ISO
/
mac
/
Main
/
VP.mac
/
00182_TP design.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-07-18
|
308 b
|
13 lines
on mouseUp
global stageMe
set stageMe to the stageBottom - the stageTop
puppetSprite(45, 1)
puppetSprite(46, 1)
set the locV of sprite 45 to stageMe + 300
set the locV of sprite 46 to stageMe + 300
puppetSprite(45, 0)
puppetSprite(46, 0)
updateStage()
openUp("TP-Design Interactive")
end